home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / idl / bonobo-2.0 / Bonobo.idl < prev   
Text File  |  2006-01-09  |  1KB  |  60 lines

  1. /*
  2.  * The Bonobo Document Model
  3.  *
  4.  * Author: 
  5.  *     Miguel de Icaza (miguel@gnu.org)
  6.  *
  7.  */
  8. #ifndef _BONOBO_IDL_INCLUDED_
  9. #define _BONOBO_IDL_INCLUDED_
  10.  
  11. #ifndef __Bonobo_COMPILATION
  12. #ifdef __ORBIT_IDL__
  13. %{
  14. #pragma include_defs bonobo/Bonobo.h
  15. %}
  16. #pragma inhibit push
  17. #endif
  18. #endif
  19.  
  20. /* From bonobo-activation */
  21. #include <Bonobo_Unknown.idl>
  22. #include <Bonobo_GenericFactory.idl>
  23.  
  24. /* Basics */
  25. #include <Bonobo_Exception.idl>
  26. #include <Bonobo_Moniker.idl>
  27. #include <Bonobo_Context.idl>
  28.  
  29. /* Storage stuff. */
  30. #include <Bonobo_Storage.idl>
  31. #include <Bonobo_Persist.idl>
  32.  
  33. /* Control stuff. */
  34. #include <Bonobo_Listener.idl>
  35. #include <Bonobo_Gdk.idl>
  36. #include <Bonobo_UI.idl>
  37. #include <Bonobo_Property.idl>
  38. #include <Bonobo_Control.idl>
  39. #include <Bonobo_Zoomable.idl>
  40.  
  41. /* Subdocument stuff. */
  42. #include <Bonobo_ItemContainer.idl>
  43. #include <Bonobo_Canvas.idl>
  44. #include <Bonobo_Embeddable.idl>
  45.  
  46. /* Printing stuff */
  47. #include <Bonobo_Print.idl>
  48.  
  49. /* Clipboard */
  50. #include <Bonobo_Clipboard.idl>
  51.  
  52. #include <Bonobo_Application.idl>
  53.  
  54. #ifndef __Bonobo_COMPILATION
  55. #ifdef __ORBIT_IDL__
  56. #pragma inhibit pop
  57. #endif
  58. #endif
  59. #endif /* _BONOBO_IDL_INCLUDED_ */
  60.